[Manager Summary]

PMGetDialogDone


Reports to application-defined callback functions whether a dialog box is needed any longer.
OSStatus PMGetDialogDone(PMDialog pmDialog, Boolean *done)
PARAMETERS
pmDialog
The PMDialog object for a dialog box being displayed.
done
A pointer to a Boolean value of TRUE if the user confirms the dialog box or clicked the Cancel button.
function result
A result code. See Result Codes.
CARBON PORTING NOTES
 The PMGetDialogDone gives you access to the information formerly contained in the fDone field of the Printing Manager structure TPrDlg .

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.